search entry: Fix a copy-paste error
authorMatthias Clasen <mclasen@redhat.com>
Mon, 4 Mar 2019 03:55:34 +0000 (22:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 Mar 2019 03:56:02 +0000 (22:56 -0500)
gtk/gtksearchentry.c

index eeeb618df5e63489dfa90a23fa981e47d29251e4..fd6dfed05fba35d32f11ccdcb6658c7099ce0840 100644 (file)
@@ -258,7 +258,7 @@ gtk_search_entry_grab_focus (GtkWidget *widget)
   gtk_text_grab_focus_without_selecting (GTK_TEXT (priv->entry));
 }
 
-static void
+static gboolean
 gtk_search_entry_mnemonic_activate (GtkWidget *widget,
                                     gboolean   group_cycling)
 {